Platform Explorer / Nuxeo Platform 6.0

Component org.nuxeo.opensocial.container.server.service.WebContentSaverService

Documentation

Service providing a dynamic adapter mechanism to save a webcontents.

Stephane Fourrier

Implementation

Class: org.nuxeo.opensocial.container.server.service.WebContentSaverServiceImpl

Services

Extension Points

XML Source

<?xml version="1.0"?>

<component name="org.nuxeo.opensocial.container.server.service.WebContentSaverService" version="1.0.0">
  <documentation>
    Service providing a dynamic adapter mechanism to save a webcontents.
    @author
	<a href="mailto:stephane.fourrier@ext.leroymerlin.fr">Stephane Fourrier</a>
  </documentation>

  <implementation class="org.nuxeo.opensocial.container.server.service.WebContentSaverServiceImpl"/>

  <service>
    <provide interface="org.nuxeo.opensocial.container.server.service.WebContentSaverService"/>
  </service>

  <extension-point name="savers">
    <object class="org.nuxeo.opensocial.container.server.service.WebContentSaverDescriptor"/>
  </extension-point>

</component>